home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / graphics / a-g / flick_1_4 / src / math64.h < prev    next >
Encoding:
Text File  |  1995-12-21  |  334 b   |  10 lines

  1. void __asm add64 (register __a0 struct EClockVal *dst,
  2.                   register __a1 struct EClockVal *src);
  3.  
  4. void __asm sub64 (register __a0 struct EClockVal *dst,
  5.                   register __a1 struct EClockVal *src);
  6.  
  7. int __asm cmp64 (register __a0 struct EClockVal *dst,
  8.                  register __a1 struct EClockVal *src);
  9.  
  10.